CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 时间 文件名

搜索资源列表

  1. Screen-recording-module

    0下载:
  2. 用mfc编写的屏幕录像程序.用户可以设置录像文件名和存储位置,并可以进行录像和抓图,还可以对已有录像文件进行播放、重命名、另存为、查看时间和删除等操作.-Screen recording module
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-18
    • 文件大小:4771369
    • 提供者:
  1. getfileattrib

    0下载:
  2. 引入了using System.IO 需要用到 FileInfo 类。 FileInfo 类用于提供创建、复制、删除、移动和打开文件的实例方法,并且帮助创建 FileStream 对象。获取文件名、文件长度、获取当前 FileSystemInfo 对象的创建时间、写入时间、访问时间。-Introduced using System.IO need to use FileInfo class. FileInfo class is used to provide create, copy, del
  3. 所属分类:CSharp

    • 发布日期:2017-04-15
    • 文件大小:8548
    • 提供者:gpudn91
  1. Kinescope

    0下载:
  2. 在屏幕录像模块的主窗体中,用户可以设置录像文件名和存储位置,并可以进行屏幕录像和抓图,还可以对已有录像文件进行播放、重命名、另存为、查看时间和删除等操作。-In the main window screen recording module, the user can set the video file name and storage location, and can be screen video and capture, video files can be played on exi
  3. 所属分类:Video Capture

    • 发布日期:2017-05-19
    • 文件大小:5579379
    • 提供者:易卓
  1. M4

    0下载:
  2. 用于菊萍时间序列的复制小波morlet小波再matlab上的程序,稍加修改分析文件名和年份即可-菊萍 wavelet time series for the program and then on the copy matlab wavelet morlet, slightly modified to analyze the file name and year
  3. 所属分类:Communication

    • 发布日期:2017-03-30
    • 文件大小:9395
    • 提供者:杨柳
  1. pythonc

    0下载:
  2. 利用python读取c盘下所有txt文件,并输出创建时间 和大小,按照创建时间排序并输出文件名-Using all txt files in python to read the c drive, and create time and output size, sorted by creation time and output file name
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:780
    • 提供者:破落
  1. pipe

    0下载:
  2. A)编写myls在既定的文件中列出当前工作目录文件的个性化列表(每行一个文件目录包括inode 号,硬链接数,文件名,大小,最近修改时间),不需要排序。并且报告处理花费的总时间(屏幕显示)。 B)Process – model ( fork() + exec() + pipe() ): parent 进程:产生 child 进程,接受并显示 child 进程传回的信息。 child 进程:调用 exec(),执行 A) 中的myls可执行文件(将所花费的时间报告给父进程)。 -a
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-10
    • 文件大小:1364
    • 提供者:周易宸
  1. imagename

    0下载:
  2. 实现影像文件名批处理,批量读取规范化日期、时间、传感器的呢过-Realize batch image file name, batch normalization read the date, time, sensor it is too
  3. 所属分类:GIS program

    • 发布日期:2017-04-12
    • 文件大小:700
    • 提供者:赵赛帅
  1. Kinescope

    0下载:
  2. 在屏幕录像模块的主窗体中,用户可以设置录像文件名和存储位置,并可以进行录像和抓图,还可以对已有录像文件进行播放、重命名、另存为、查看时间和删除等操作。可实现录像截取和录像合成功能。-In the main window screen video module, the user can set the video file name and location, and you can capture video and you can also have video files to play,
  3. 所属分类:Multimedia Develop

    • 发布日期:2017-04-17
    • 文件大小:412999
    • 提供者:dfjdj
  1. Kinescope

    0下载:
  2. 运行程序,打开程序主界面。在屏幕录像模块的主窗体中,用户可以设置录像文件名和存储位置,并可以进行录像和抓图,还可以对已有录像文件进行播放、重命名、另存为、查看时间和删除等操作。-Run the program, open the main program interface. In the main window screen video module, the user can set the video file name and location, and you can capture
  3. 所属分类:Console

    • 发布日期:2017-04-29
    • 文件大小:404076
    • 提供者:梁学智
  1. DOS

    0下载:
  2. [D:][PATH][NAME][[/A][:attrib]][/o:[sorted][/s][/b][/l][/c[h] (1) /a:attrib 缺省包含所有文件(系统文件.隐含文件) attrib[:][h/-h]只显示隐含文件或非隐含文件. [r/-r]只显示只读文件或非只读文件 [s/-s]只显示系统文件或非系统文件 [a/-a]只显示要归档文件或非归档文件 (2)/o[:]sorted:缺省完全按字母顺序,子目录显示在文件之前 /o[n/-n]:按字母
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:695
    • 提供者:zfm
  1. JavaCodeAnalyzer

    0下载:
  2.   Java语言共有50个关键字(自行查找相关文档),已知Java源程序是以“.java”为扩展名的文本文件。可以考虑在Java源程序中共有3类元素:   <1> 代码行,可运行的Java源代码;   <2> 注释行,3种注释均可;   <3> 空行,既无代码,也无注释;   编写一个类名为JavaCodeAnalyzer的类,实现以下功能:   <1> 该类可以以一个Java源程序文件名创建一个对象,如果文件不存在,或扩展名不
  3. 所属分类:JavaScript

    • 发布日期:2017-04-02
    • 文件大小:47376
    • 提供者:李婉莹
  1. jishiben

    0下载:
  2. windows自带记事本vb源代码 功能如下 1,文本框大小可以随窗体改变 2,读入文件的大小受限 3,窗体标题实时地显示当前文件名 4,可以通过菜单改变文本字体和背景色 5,剪切板的使用 6,可以查找字符串,使用到字符串的处理 7,可以对整个文档进行全选 8,可以在指定处插入时间日期 9,公共对话框的使用,保存,打开,打印等 -windows comes with Notepad vb source code Function as follo
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-15
    • 文件大小:5672
    • 提供者:李丹
  1. wish_php

    0下载:
  2. 许愿墙程序将thbbs.php文件名修改为只有你自己的知道的名字。因为此文件用来管理许愿墙留言。时间关系没有做用户认证,直接就可以访问管理-Wishing Wall program php php php php
  3. 所属分类:software engineering

    • 发布日期:2017-04-26
    • 文件大小:144431
    • 提供者:赵子
  1. 中断实验与编程

    0下载:
  2. 实验任务及内容: 编一程序,在显示器上显示时、分、秒。借用计数器8253的Timer0作为中断源,通过8259A向CPU发中断,每10ms产生一次中断。在中断服务程序中管理刷新时、分、秒。 输入文件名(如CLK)后清屏后显示:Current time is: xx:xx:xx (时分秒键盘输入) 打回车,时、分、秒开始计时。时钟不停的刷新。 当键入CTRL+C时,停止计时,返回系统,且系统正常运行不死机。 8253的初始化程序段可借用口地址为40H、41H、42H、43H 控制字为3
  3. 所属分类:汇编语言

    • 发布日期:2015-03-21
    • 文件大小:217636
    • 提供者:BUPTAnnie
  1. usb_camera_my.c

    0下载:
  2. zc301的摄像头采集程序,能根据系统当前时间生成相应的文件名,在linux下和arm-linux-都可用。-The C source file for zc301-Camera used in linux or arm-linux. It can generate filenames according to the current system time.
  3. 所属分类:Driver develop

    • 发布日期:2017-04-12
    • 文件大小:1273
    • 提供者:
  1. plrename20150427

    0下载:
  2. 根据照片的拍摄日期(没有拍摄日期则取最后修改时间)或者任意文件的最后修改时间重命名文件。例:原文件名 IMG_123.JPG 重命名之后20150427_162001_IMG_123.JPG -According to the photo shoot date (no date taken the last modified time) or any file last modified time to rename the file. Example: after the original
  3. 所属分类:Console

    • 发布日期:2017-05-09
    • 文件大小:1612272
    • 提供者:赵俊
  1. time-file

    0下载:
  2. 以时间做为文件名来命名,可以用做保存测试数据用-amed after a time as the file name, can be used to save the test data used
  3. 所属分类:LabView

    • 发布日期:2017-04-28
    • 文件大小:8098
    • 提供者:peter
  1. smog

    0下载:
  2. 一个串口程序,接收固定长度的数据包,并进行实时数据曲线绘制,存储在固定位置。点存储后,接收数据超过一定帧数时,自行分文件存储;否则点停止存储时,把接收的数据存储到文件中。文件名按系统时间命名。-a serial port communication program,receiving fixed-length data,and painting.
  3. 所属分类:Com Port

    • 发布日期:2017-05-09
    • 文件大小:1944324
    • 提供者:将心舞蹈
  1. api-sock-ssl

    0下载:
  2. 文件名:简单ssl加密循环聊天(api-sock-ssl),采用网络安全传输中的ssl加密技术,我觉得重要的是他进行的封装的,花了我好久的时间!很值得收藏!什么叫精辟!(反正我是收藏了的 哈哈,,)-File name: Simple ssl encryption cycle chat (api-sock-ssl), secure transmission in a network ssl encryption technology, I think it is important that t
  3. 所属分类:Linux Network

    • 发布日期:2017-04-29
    • 文件大小:8178
    • 提供者:lqjun
  1. AienAspUpload_v13.12.09

    0下载:
  2. 本上传类为自己写的类,最主要的目的是尽可能用最简单易懂的代码实现ASP的上传,主要的功能包括提取表单数据、上传到不同文件夹、保存到数据库(上传和保存表单可同时进行)、限制上传扩展名、限制上传大小、选择文件保存类型(原文件名和时间随机命名)等!-Upload the class to write their own class, the main purpose is as far as possible with the most straightforward code ASP upload,
  3. 所属分类:WEB(ASP,PHP,...)

    • 发布日期:2017-04-16
    • 文件大小:338498
    • 提供者:xxpudn49
« 1 2 ... 5 6 7 8 9 1011 12 »
搜珍网 www.dssz.com